home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Unix / Communication / send_attach / README next >
Text File  |  1993-11-08  |  992b  |  26 lines

  1. send_attach README
  2.  
  3. This is a command line program, in FAT (MAB) format, that allows a user to send files via NeXT attachment email to another user.  The command line format is:
  4.  
  5. send_attach [-s subject] [-cc user] [-bcc user] recipient file [ more files ]
  6.  
  7. The following options are required
  8.     recipient    user or list of users to whom the mail is sent.
  9.             multiple users should be quoted in a single string.
  10.     file        a file or multiple files that should be sent.
  11.             any number of files can be list individually.
  12.                     
  13. The following options are optional
  14.     -s subject    a quoted text string that will be the email subject
  15.     
  16.             The next two options can be included multiple times.
  17.             Or, multiple users may be listed in a quoted string.
  18.     -cc user    a user that will be copied on this email.
  19.     -bcc user    a user that will blind copied on this email.
  20.     
  21. Joe Freeman
  22. FreemanSoft Inc.    A NEXTSTEP software and consulting services company.
  23. Electronic Mail:    Joe@FreemanSoft.com    (NeXT Mail)
  24. Voice:            919.783.7033
  25.  
  26.